home *** CD-ROM | disk | FTP | other *** search
/ Inside Mac Games Volume 7 #5 / IMG Vol 7-5.iso / Demos / Age of Empires Trial / Data / rules.rps < prev    next >
Text File  |  1998-10-12  |  3KB  |  163 lines

  1. // RULES.RPS
  2. //
  3. // This file contains the rock, paper, scissors rules for Tribe units.
  4. // The first number in each line is the ReferenceUnit#.  The numbers
  5. // on each line are paired in the form:  ReferenceUnit#   CombatantUnit#   CombatRating
  6. // The CombatRating is the desirability (on a 0 to 100) scale for having
  7. // the ReferenceUnit# fight with the CombatantUnit#
  8. //
  9. // Combinations that are left out are assumed to be desirability 50.
  10. //
  11. // For example:
  12. // 0     3 25
  13. // Suggests that Archers (Type 0) have a 25 desirability against buildings (Type 3)
  14. //
  15. //The unit numbers are as follows:
  16. //  TribeAIGroupArcher             0
  17. //   TribeAIGroupBuilding           3
  18. //   TribeAIGroupCivilian           4
  19. //  TribeAIGroupElephantRider      24
  20. //   TribeAIGroupFishingBoat        21
  21. //  TribeAIGroupFootSoldier        6
  22. //  TribeAIGroupHeavyFootSoldier   25
  23. //  TribeAIGroupElephantArcher     26
  24. //  TribeAIGroupMountedSoldier     12
  25. //  TribeAIGroupHeavyMountedSoldier 23
  26. //  TribeAIGroupPhalanx            28
  27. //  TribeAIGroupPriest             18
  28. //  TribeAIGroupSiegeWeapon        13
  29. //   TribeAIGroupTradeBoat          2
  30. //   TribeAIGroupTransportBoat      20
  31. //   TribeAIGroupWall               27
  32. //   TribeAIGroupWarBoat            22
  33. //Archers
  34. 0     3  25
  35. 0     4  75
  36. 0     24 25
  37. 0     6  25
  38. 0     25 25
  39. 0     26 25
  40. 0     12 25
  41. 0     23 25 
  42. 0     28 10
  43. 0     18 100
  44. 0     13 10
  45. 0     27 25
  46. //War Elephants
  47. 24    0  75    
  48. 24    3  75    
  49. 24    4  75    
  50. 24    6  80    
  51. 24    25 80    
  52. 24    26 75    
  53. 24    12 60    
  54. 24    23 40    
  55. 24    28 30    
  56. 24    18 10    
  57. 24    13 10    
  58. 24    27 100
  59. //Light Infantry
  60. 6     0  60    
  61. 6     3  60    
  62. 6     4  90    
  63. 6     24 25    
  64. 6     25 25    
  65. 6     26 25    
  66. 6     12 25    
  67. 6     23 25    
  68. 6     28 30    
  69. 6     18 100   
  70. 6     13 100   
  71. 6     27 75
  72. //Heavy Infantry
  73. 25    0  90    
  74. 25    3  90    
  75. 25    4  90   
  76. 25    24 75    
  77. 25    6  75    
  78. 25    26 70    
  79. 25    12 80    
  80. 25    23 70    
  81. 25    28 60    
  82. 25    18 75    
  83. 25    13 50    
  84. 25    27 50
  85. //Elephant Archer
  86. 26    0  75    
  87. 26    3  25    
  88. 26    4  75    
  89. 26    24 25    
  90. 26    6  40    
  91. 26    25 25    
  92. 26    12 60    
  93. 26    23 25    
  94. 26    28 10    
  95. 26    18 80    
  96. 26    13 10    
  97. 26    27 25
  98. //Mounted Soldier
  99. 12    0  75    
  100. 12    3  60    
  101. 12    4  75    
  102. 12    24 25    
  103. 12    6  60    
  104. 12    25 40    
  105. 12    26 45    
  106. 12    23 25    
  107. 12    28 30    
  108. 12    18 80    
  109. 12    13 90    
  110. 12    27 60
  111. //Heavy Mounted Soldier
  112. 23    0  90    
  113. 23    3  70    
  114. 23    4  95    
  115. 23    24 45    
  116. 23    6  80    
  117. 23    25 60    
  118. 23    26 35    
  119. 23    12 60    
  120. 23    28 50    
  121. 23    18 90    
  122. 23    13 90    
  123. 23    27 70
  124. //Phalanx
  125. 28    0  50    
  126. 28    3  100   
  127. 28    4  20    
  128. 28    24 70    
  129. 28    6  60    
  130. 28    25 40    
  131. 28    26 55    
  132. 28    12 40    
  133. 28    23 25    
  134. 28    18 10    
  135. 28    13 10    
  136. 28    27 90
  137. //Priest
  138. 18    0  40    
  139. 18    3  5     
  140. 18    4  100   
  141. 18    24 25    
  142. 18    6  50    
  143. 18    25 25    
  144. 18    26 10    
  145. 18    12 25    
  146. 18    23 25    
  147. 18    28 10    
  148. 18    13 100   
  149. 18    27 0
  150. //Siege Weapons
  151. 13    0  60    
  152. 13    3  60    
  153. 13    4  30    
  154. 13    24 55    
  155. 13    6  40    
  156. 13    25 25    
  157. 13    26 75    
  158. 13    12 25    
  159. 13    23 25    
  160. 13    28 70    
  161. 13    18 100   
  162. 13    27 100
  163.